Package com.getsensibill.core.apimodule.folders.model
Types
CreateFolderPayload
Link copied to clipboard
CreateFolderResponse
Link copied to clipboard
DeleteFolderPayload
Link copied to clipboard
data class DeleteFolderPayload(folderIds: List<String>, deleteDocuments: Boolean)
Content copied to clipboard
Folder
Link copied to clipboard
data class Folder(id: String, name: String, colour: Color, updatedAt: OffsetDateTime, createdAt: OffsetDateTime, count: Int, totals: List<Folder.CurrencyTotal>?)
Content copied to clipboard
FolderList
Link copied to clipboard
ModifyFolderContentsPayload
Link copied to clipboard
data class ModifyFolderContentsPayload(folderId: String, documentIds: List<String>)
Content copied to clipboard
ModifyFolderContentsResponse
Link copied to clipboard
UpdateFolderPayload
Link copied to clipboard
data class UpdateFolderPayload(folderId: String, name: String?, colour: Color?)
Content copied to clipboard